home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / amos / AMOS0398.lzh / AMOSLIST / 000331_amos-request@svcs1.digex.net_Mon Mar 30 22:13:02 1998.msg < prev    next >
Text File  |  1998-04-01  |  4KB  |  81 lines

  1. >From amos-request@svcs1.digex.net  Mon Mar 30 22:13:02 1998
  2. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  3.     by pony-2.mail.digex.net (8.8.8/8.8.8) with ESMTP id WAA16866
  4.     for <mcox@access.digex.net>; Mon, 30 Mar 1998 22:13:02 -0500 (EDT)
  5. Received: (from daemon@localhost)
  6.     by svcs1.digex.net (8.8.5/8.8.5) id NAA02942
  7.     for amos-out; Mon, 30 Mar 1998 13:40:21 -0500 (EST)
  8. Received: from pony-2.mail.digex.net (pony-2.mail.digex.net [204.91.241.6])
  9.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id NAA02939
  10.     for <amos-list@svcs1.digex.net>; Mon, 30 Mar 1998 13:40:21 -0500 (EST)
  11. Received: from mail-in1.inet.tele.dk (mail-in1.inet.tele.dk [194.182.148.158])
  12.     by pony-2.mail.digex.net (8.8.8/8.8.8) with SMTP id NAA22218
  13.     for <amos-list@access.digex.net>; Mon, 30 Mar 1998 13:40:19 -0500 (EST)
  14. Received: (qmail 21167 invoked from network); 30 Mar 1998 18:40:18 -0000
  15. Received: from post8.tele.dk (194.239.134.172)
  16.   by mail-in1.inet.tele.dk with SMTP; 30 Mar 1998 18:40:18 -0000
  17. Received: from post8.tele.dk ([194.239.180.93]) by post8.tele.dk
  18.           (Netscape Mail Server v2.02) with SMTP id AAC33168;
  19.           Mon, 30 Mar 1998 19:40:16 +0100
  20. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  21. To: Alastair Murray <malcolm.murray@virgin.net>, amos-list@access.digex.net
  22. Date: Mon, 30 Mar 1998 20:05:41 +0100
  23. Message-ID: <yam7393.2090.1747372656@post8.tele.dk>
  24. In-Reply-To: <351E87C6.MD-0.196.malcolm.murray@virgin.net>
  25. X-Mailer: YAM 2.0.0 Preview [020] - Amiga Mailer by Marcel Beck - http://www.yam.ch
  26. Subject: Re: Backbone Troubles
  27. MIME-Version: 1.0
  28. Content-Type: text/plain
  29. Status: O
  30. X-Status: 
  31.  
  32. On 29-Mar-98, Alastair Murray smashed the keyboard with:
  33. > After extensive testing on Backbone I've come to a conclusion on why
  34. > it won't work on some poeples computers.
  35. > Basically, its just too big! The code is fairly big and it reserves
  36. > a LOT of memory.
  37. > Things that can help get it run include: 
  38. > -cutting chunks of code out to make it smaller.
  39. > -reducing the amount of memory reserved.
  40. > -not having error message when compiling it.
  41. > Now apart from the last one (which doesn't help much anyway) I can't
  42. > really do the other two without wrecking my program.
  43. > Does anyone have any idea what causes AMOS to go crazy with big progs.
  44. > etc.
  45. > Oh, and I HAVE tried the Long Forward Jump option in the compiler!
  46.  
  47. I don't think you can blame AMOS for this, basicaly the programs isn't
  48. that demanding with memory anyway. But if you'd like to cut on memory-
  49. usage there's a few ways:
  50.  
  51. Put as much as you can in banks
  52. (Menus, AMAL, Interface, Data-lines, etc..)
  53.  
  54. Put as much as you can in external files, and load them into banks when
  55. needed, the remove them when not needed...
  56. (Graphics, Music and things like this..)
  57.  
  58. Put a display of the 'Free' variable somewhere in your program, and then
  59. begin to reduce the 'Set Buffer' value until you don't have more variable
  60. room that needed..
  61.  
  62. Reduce the 'Stack' with 'Set Stack'..
  63.  
  64. -- 
  65. Kind regards from
  66. ______________________________________________________________________________
  67.  /_  __/ __  / __  /\  ___\  __ \__  _\               aka. JENS VANG PETERSEN
  68.   / / / /_/ / ____/  \ \___\  __ \ \ \                  top_cat@post8.tele.dk
  69.  /_/ /_____/_/        \_____\_\ \_\ \_\
  70. ------------------------------------------------------------------------------
  71.                     http://home8.inet.tele.dk/top_cat/
  72.   -+-    Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO    -+-
  73.             -+-  SUPPORT - AMOS - AMIGA - AQUA - STARTREK TNG  -+-
  74. ------------------------------------------------------------------------------
  75.  A computer program does what you tell it to do, not what you want it to do.
  76. ------------------------------------------------------------------------------
  77.